rotate180Range

Rotates an image 180 degrees

Wraps the input range varient of this to take an image instead.

  1. auto rotate180Range(Image from, RotateDirection direction, IAllocator allocator)
    rotate180Range
    (
    Image
    )
    (
    Image from
    ,,
    IAllocator allocator = theAllocator()
    )
    if (
    isImage!Image
    )
  2. auto rotate180Range(IR from, RotateDirection direction)

Parameters

direction RotateDirection

The direction to rotate

allocator IAllocator

The allocator to allocate an input range from

Return Value

Type: auto

An input range that has an ElementType of PixelPoint.

Meta